#V_Sim parameters file v3.0 #==================== #WARNING: this file format is DIFFERENT from that for #standard v_sim version <= 2.x #Line beginning with a # are not parsed. #The only "useful" lines must have the following pattern: #parameter_name: value #The following parameter names are valid : # main_resourcesPath # opengl_trueTransparency # opengl_antialias # opengl_immediateDrawing # opengl_render # opengl_details # opengl_observe_method # extension_render # rendering_favoriteMethod # wire_nonLinear # main_confirmQuit # main_panelStatus # main_dock # dataFile_fileExtension # config_subPanelTabView # config_skin # config_refreshIsOn # config_refreshPeriod # Favorite paths to find and save the resources file ; chain[:chain] main_resourcesPath: /home/caliste/.config/v_sim # If true, lines are drawn smoother ; boolean 0 or 1 opengl_antialias: 1 # If true, changes of parameters means immediate redrawing ; boolean 0 or 1 opengl_immediateDrawing: 1 # If true, the transparency rendering is enhanced ; boolean 0 or 1 opengl_trueTransparency: 0 # Rules the way OpenGl draws objects in general ; 4 possible strings : Wireframe, Flat, Smooth and SmoothAndEdge opengl_render: Smooth # Give a value to the quality of rendering (100 is normal) ; positive integer opengl_details: 100 # Choose the observe method ; integer (0: constrained mode, 1: walker mode) opengl_observe_method: 0 # Rules the way OpenGl draws extensions (see opengl_render); name (string) value (string) # Favorite method used to render files ; chain rendering_favoriteMethod: Atom visualisation # If the color of the pairs are corrected by their length ; boolean 0 or 1 wire_nonLinear: 0 # Show up a dialog to confirm when quit button is clicked ; boolean 0 or 1 main_confirmQuit[gtk]: 1 # Attach a panel to a tool window ; panel_name window_name (or None or Main) main_panelStatus[gtk]: Panel_configuration Main main_panelStatus[gtk]: Panel_opengl Main main_panelStatus[gtk]: Panel_method Main main_panelStatus[gtk]: Panel_map Main main_panelStatus[gtk]: Panel_surfaces Main main_panelStatus[gtk]: Panel_planes Main main_panelStatus[gtk]: Panel_colorise Main main_panelStatus[gtk]: Panel_browser Main main_panelStatus[gtk]: Panel_fog_and_bg_color Main main_panelStatus[gtk]: Panel_axes Main main_panelStatus[gtk]: Panel_box Main main_panelStatus[gtk]: Panel_elements Main # The extension used for data file ; chain e.g. '.dat' dataFile_fileExtension[gtk]: .dat # See or not the labels on tabs ; boolean 0 or 1 config_subPanelTabView[gtk]: 0 # Path to a gtkrc file ; chain config_skin[gtk]: V_Sim # When on V_Sim reloads the file at periodic time ; boolean 0 or 1 config_refreshIsOn[gtk]: 0 # The period of reloading in ms ; integer (10 < v < 10000) config_refreshPeriod[gtk]: 2000